PluginSettings

interface PluginSettings

The settings to configure the available Chromium Plugins.

Since

7.9

Properties

Link copied to clipboard

Indicates whether the built-in PDF viewer is enabled.

Functions

Link copied to clipboard
abstract fun disablePdfViewer()
Disables the built-in PDF viewer.
Link copied to clipboard
abstract fun enablePdfViewer()
Enables the built-in PDF viewer.
Link copied to clipboard
abstract fun isPdfViewerEnabled(): Boolean
Indicates whether the built-in PDF viewer is enabled or not.